@charset "utf-8";
#quan_body{
	background-color:#fff;
	grid-template-columns:330px auto 280px;
	padding:10px;
}
/*泛光灯*/
#product{
	width:auto;
	height:220px;
	overflow:hidden;
	display:block;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ddd;
	position:relative;
	margin-bottom:10px;
}
.product_list{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	white-space:nowrap;
}
a.product_tb{
	width:25%;
	height:auto;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	margin-right:10px;
}
.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	border:1px solid #ddd;
	position:relative;
}
.product_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	padding:10px;
}
/*关于我们*/
#about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.about_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}


/*新闻*/
#news{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_list{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	line-height:26px;
}
a.news_name:before{
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	content: "\f105";
	font-family: 'FontAwesome';
	float:left;
}